From 7c0e18f8a680fd878827c501accf45145c51ffd5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Jard=C3=B3n?= Date: Sun, 12 Jun 2011 21:45:47 +0100 Subject: [PATCH] gailtextcell: Fix typo --- modules/other/gail/gailtextcell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/other/gail/gailtextcell.c b/modules/other/gail/gailtextcell.c index 3dce3fc39b..a4e5528118 100644 --- a/modules/other/gail/gailtextcell.c +++ b/modules/other/gail/gailtextcell.c @@ -467,7 +467,7 @@ create_pango_layout(GtkCellRendererText *gtk_renderer, "text", &renderer_text, "attributes", &attributes, "foreground-set", &foreground_set, - "foreground-gdk", &foreground_rgba, + "foreground-rgba", &foreground_rgba, "strikethrough-set", &strikethrough_set, "strikethrough", &strikethrough, "font-desc", &font_desc, -- 2.30.2